home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
60754
/
60754.xpi
/
chrome
/
content
/
options.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-03
|
2KB
|
38 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://ststimer/locale/options.dtd">
<prefwindow id="options"
buttons="none"
title="&options_window_title;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<prefpane id="options_pane">
<preferences>
<preference id="sb_icon" name="ststimer.sb_icon" type="bool" instantApply="true"/>
<preference id="sb_name" name="ststimer.sb_name" type="bool" instantApply="true"/>
<preference id="sb_mode" name="ststimer.sb_mode" type="int" instantApply="true"/>
</preferences>
<groupbox>
<caption label="&options_sb_icon-name;"/>
<checkbox label="&options_sb_icon_label;" tooltiptext="&options_sb_icon_tooltiptext;" preference="sb_icon"/>
<checkbox label="&options_sb_name_label;" tooltiptext="&options_sb_name_tooltiptext;" preference="sb_name"/>
</groupbox>
<groupbox>
<caption label="&options_sb_mode;"/>
<radiogroup preference="sb_mode">
<radio label="&options_sb_mode_standard_label;" value="0" tooltiptext="&options_sb_mode_standard_tooltiptext;"/>
<radio label="&options_sb_mode_classic_label;" value="1" tooltiptext="&options_sb_mode_classic_tooltiptext;"/>
<radio label="&options_sb_mode_reduced_label;" value="2" tooltiptext="&options_sb_mode_reduced_tooltiptext;"/>
<radio label="&options_sb_mode_onlyDays_label;" value="3" tooltiptext="&options_sb_mode_onlyDays_tooltiptext;"/>
</radiogroup>
</groupbox>
</prefpane>
</prefwindow>